DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveMin Method / LiveMin(View<Int64>) Method

In This Topic
    LiveMin(View<Int64>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveMin( _
       ByVal source As View(Of Long) _
    ) As AggregationView(Of Long,Long)
    public static AggregationView<long,long> LiveMin( 
       View<long> source
    )

    Parameters

    source
    See Also